Autogenerated HTML docs for v1.7.0-rc2-13-g8b233 
diff --git a/git-push.html b/git-push.html index 42a0b38..a98f90a 100644 --- a/git-push.html +++ b/git-push.html 
@@ -781,18 +781,66 @@  <div class="content">   <pre><tt> &lt;flag&gt; \t &lt;from&gt;:&lt;to&gt; \t &lt;summary&gt; (&lt;reason&gt;)</tt></pre>   </div></div>  +<div class="para"><p>The status of up-to-date refs is shown only if --porcelain or --verbose  +option is used.</p></div>   <div class="vlist"><dl>   <dt>   flag   </dt>   <dd>   <p>  - A single character indicating the status of the ref. This is  - blank for a successfully pushed ref, <tt>!</tt> for a ref that was  - rejected or failed to push, and <em>=</em> for a ref that was up to  - date and did not need pushing (note that the status of up to  - date refs is shown only when <tt>git push</tt> is running verbosely).  + A single character indicating the status of the ref:   </p>  +<div class="hlist"><table>  +<tr>  +<td class="hlist1">  +(space)  +</td>  +<td class="hlist2">  +for a successfully pushed fast-forward;  +</td>  +</tr>  +<tr>  +<td class="hlist1">  +<tt>&#43;</tt>  +</td>  +<td class="hlist2">  +for a successful forced update;  +</td>  +</tr>  +<tr>  +<td class="hlist1">  +<tt>-</tt>  +</td>  +<td class="hlist2">  +for a successfully deleted ref;  +</td>  +</tr>  +<tr>  +<td class="hlist1">  +<tt>*</tt>  +</td>  +<td class="hlist2">  +for a successfully pushed new ref;  +</td>  +</tr>  +<tr>  +<td class="hlist1">  +<tt>!</tt>  +</td>  +<td class="hlist2">  +for a ref that was rejected or failed to push; and  +</td>  +</tr>  +<tr>  +<td class="hlist1">  +<tt>=</tt>  +</td>  +<td class="hlist2">  +for a ref that was up to date and did not need pushing.  +</td>  +</tr>  +</table></div>   </dd>   <dt>   summary  @@ -1062,7 +1110,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2010-01-24 20:06:02 UTC  +Last updated 2010-02-09 07:33:56 UTC   </div>   </div>   </body>